CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迭代法 解线性方程组

搜索资源列表

  1. NumericalAnalysisAlgorithm

    0下载:
  2. 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equations (which has been validated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12231
    • 提供者:xuyao
  1. mymath

    0下载:
  2. 自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dimensional Gaussian integral for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2519
    • 提供者:陈建湘
  1. W

    0下载:
  2. 实现JACOBBI、gs迭代和超松弛法解线性方程组的过程。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:王文浩
  1. 解线性方程组的迭代法2

    0下载:
  2. 介绍了方程的迭代方法
  3. 所属分类:文档资料

  1. preconjgrad

    0下载:
  2. preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient met
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:wallace
  1. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818
    • 提供者:张涛
  1. YuShanGongEXieLiangFa

    0下载:
  2. 解线性方程组的一种迭代法,类似于共轭斜量法:预善共轭斜量法-Solution of linear equations of a iterative method, similar to conjugate oblique method: Pre-good conjugate oblique method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1076
    • 提供者:赵亮
  1. The_Theroy_of_CG

    0下载:
  2. 共轭梯度法的资料,共轭梯度法为解线性方程组的一类迭代法-Some information Conjugate gradient method The conjugate gradient method is an important kind of iterative methods for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:92655
    • 提供者:王方
  1. chengxu

    0下载:
  2. 第一章 误差与范数 第二章 非线性方程(组)的数值解法 第三章 解线性方程组的直接方法第四章 解线性方程组的迭代法第五章 矩阵的特征值与特征向量的计算-Chapter norm error and the second chapter of nonlinear equations (Group) Chapter III of the numerical solution of linear equations solution methods of Chapter IV of the direc
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:899673
    • 提供者:songmingzhao
  1. Jacobi

    0下载:
  2. 本程序根据Jacobi迭代法求解线性方程组的数值解,可根据误差限得到精度较高的解!-This procedure according to Jacobi iterative method for solving linear equations of the numerical solution can be obtained under the high precision error limit of the solution!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:568
    • 提供者:gechengwei
  1. linear

    0下载:
  2. 数值线性代数运算,分别用列选主元的高斯消去法,矩阵的LU分解并求解方程组和迭代法解方程组,并比较计算结果和时间。-Numerical linear algebra, respectively out how principal component of the Gaussian elimination method, LU decomposition of the matrix, and solving equations and iterative solution of equations,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:190163
    • 提供者:Emily
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消去法是求解线性方程组的基础的重要方法,也是计算机上常用的解低阶稠密矩阵方程组的有效方法。,高斯消去法或称高斯-约当消去法,由高斯和约当得名(很多人将高斯消去作为完整的高斯-约当消去的前半部分),它是线性代数中的一个算法,用于决定线性方程组的解,决定矩阵的秩,以及决定可逆方矩阵的逆。当用于一个矩阵时,高斯消去产生“行消去梯形形式”。-Gaussian elimination is the basis for solving linear equations important way, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7617
    • 提供者:天云
  1. SSOR

    0下载:
  2. 用C++写的超松弛迭代法求线性方程组的解,本程序实现求节点点位-Written in C++ over-relaxation iteration method of solution of linear equations, find the node point program to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:384987
    • 提供者:
  1. Successive-Over-Relaxation-

    0下载:
  2. 松弛迭代法计算线性方程组的解,所计算的解精度高。-Relaxation iteration method to calculate the solution of the linear system of equations, the calculation of solution precision is high
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:571
    • 提供者:皇甫永硕
  1. Computing-system-of-linear-equations

    0下载:
  2. 用雅可比迭代法计算线性方程组的解,方便快捷-The Jacobi iteration method to calculate the solution of the system of linear equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:981
    • 提供者:nick
  1. PED_1DIM

    1下载:
  2. 一维抛物线偏微分方程数值解法,用追赶法解线性方程组(附图及matlab程序),g-s迭代法求解线性方程组(附图及matlab程序)-Doc and Matlab code for PED
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:214109
    • 提供者:yanjun
  1. POSSION.EQ

    0下载:
  2. 求解泊松方程,通过差分法将泊松方程建立为线性方程组,得到稀疏矩阵,通过GS迭代法求解线性方程组,得到泊松方程的特解。-Solving Poisson equation, difference method will be established by linear equations Poisson equation, sparse matrix, solving linear equations by GS iterative method to obtain a particular sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2861
    • 提供者:剑客
  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
  1. 求解线性方程组的迭代法

    0下载:
  2. 该matlab程序为求解线性方程组的解的迭代算法合集,也是最基础最简单的求解线性方程组的迭代法,简单易懂。(Methods for solving linear equation.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:宝宝222
  1. 高斯赛德尔迭代法

    0下载:
  2. %高斯赛德尔迭代法求方程组的解(矩阵公式求解) %A为方程组的系数矩阵;b为方程组的右端项 %x为线性方程组的解了;x0为迭代初值 %eps为误差限;M为迭代的最大次数 已验证,转matlab该后缀为.m
  3. 所属分类:matlab例程

« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com